home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Weather / Weather.app / Other.bundle / getAurora < prev    next >
Text File  |  1992-02-22  |  508b  |  24 lines

  1. #! /bin/csh -f
  2. # fetch and open a recent aurora borealis files.
  3. # Note that these will probably be mirrored on
  4. # solar.stanford.edu.  For now, I am keeping them
  5. # on media-lab.mit.edu.
  6.  
  7. # set m = 142.66.23.29        # xi.uleth.ca
  8. set m = 18.85.0.2        # media-lab.mit.edu
  9. set p = pub/solar/aurora    # path for aurora info
  10. set t = /tmp/W_maps/aurora    # temporary place for files
  11. set o = /tmp/console.log    # output logfile
  12.  
  13. mkdirs $t
  14. cd $t
  15.  
  16. ftp -i -n $m >& $o <<eof
  17. user anonymous guest
  18. cd $p
  19. mget *.gif
  20. eof
  21.  
  22. open *.gif
  23.